home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 November: Tool Chest
/
Dev.CD Nov 00 TC Disk 1.toast
/
Sample Code
/
Archive
/
Graphics
/
QD3D
/
3D Geometry
/
BoxPaint+
/
BoxPaint_Prefix.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-28
|
406 b
|
18 lines
|
[
TEXT/CWIE
]
/*
* Prefix file for BoxPaint
*
* Symantec generated the following error if you try to test for the compiler
*
* File “BoxPaint_texture.c”; Line 15
* Error: internal error: file PRAGMA.C line 4347
*
* using #if defined(__SC__) in a prefix file, hence the compiler specific file.
*/
#include <MacHeaders.h>
#define BP_DebugString(x) Utility_DebugString("__FILE__ \t __LINE__ ## \t x");
/***/